public void addRange( PDFCosArray array ) |
Parameters
- array
- The array whose elements should be added to the end of this array. The array itself cannot be nulland it cannot contain elements that are null.
public void addRange( PDFCosArray array ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | Thrown when the array is null or when the array contains null elements. |